home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD 2.1
/
Amiga Developer CD v2.1.iso
/
Reference
/
DevCon
/
Milan_1991
/
Devcon91.2
/
Arexx
/
test.rexx
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1992-09-01
|
302 b
|
16 lines
/* ARexx script to test mouse program */
address 'MOUSE1'
options prompt 'MOUSE1>'
do forever
parse pull command /* get a command from the user */
drop rc /* clear out previous return code */
drop result /* clear out previous result */
interpret command /* execute the command */
end